Membership

data class Membership(val userId: String, val groupId: String)

Data class representing a Membership entity.

Constructors

Link copied to clipboard
constructor(userId: String, groupId: String)

Properties

Link copied to clipboard

the unique identifier of the group

Link copied to clipboard

the unique identifier of the user